Stored Procedures [dbo].[BAECartGetHandlingChargeType]
Properties
PropertyValue
ANSI Nulls OnYes
Quoted Identifier OnYes
SQL Script
create procedure [dbo].[BAECartGetHandlingChargeType] as
SELECT ShortValue
    FROM System_Params
    WHERE ParameterName = 'Order_Control.HandlingChargeType'

GO
Uses